I have compiled all the resources that helped me in my GATE preparation, and I hope they help you too! π
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta charset="utf-8" /> | |
| <script src="Scripts/jquery-1.9.1.min.js"></script> | |
| <link href="Content/bootstrap.min.css" rel="stylesheet" /> | |
| <script src="Scripts/isRockFx.js"></script> | |
| <script> | |
| $(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // MIT License | |
| // | |
| // Copyright (c) 2019 Simon Lightfoot | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: |
A personal cheat-sheet for the core ST_* functions, grouped AβE by what
they do. Every query here is runnable and every output shown was produced by
actually running it. It uses a tiny self-contained demo dataset (two throwaway
tables), so you can paste this whole file into psql and follow along without
touching the app's data.
- A. Constructors β build geometry from numbers or text
- B. Accessors / Output β read data back out of a geometry
Script Hook RDR2
- Download: http://www.dev-c.com/rdr2/scripthookrdr2/
- Installation: Copy the contents of the
binfolder directly into your main RDR2 root directory (whereRDR2.exeis located).
Lenny Mod Loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 | |
| 00 | |
| 01 | |
| 02 | |
| 03 | |
| 1 | |
| 1.0 | |
| 10 | |
| 100 | |
| 1000 |
A list of the best LeetCode questions that teach you core concepts and techniques for each category/type of problem. Many other LeetCode questions are a mashup of the techniques from these individual questions.
Instructions how to install Debian using debootstrap. Below instructions were verified to work with debootstrapping Debian 11.
NewerOlder


